home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / hardkick.pat < prev    next >
Text File  |  1985-03-15  |  2KB  |  40 lines

  1.                   RUNNING SIDEKICK FROM THE HARD DISK
  2.  
  3.     The patch shown is for the "full-blown" version of Sidekick,  with
  4. all of the options: Notebook, Dialer, Calculator, etc.  I believe that
  5. exactly the same  patch  will  fix  the  limited  versions  which  are
  6. provided  on the Borland diskette,  but I have not experimented beyond
  7. finding that the same code was, indeed, in one limited version.
  8.  
  9.     Use  DEBUG  to  locate  the addresses of the following segments of
  10. code:
  11.  
  12.                  B0 01 B4 02 CD 13    ---> <ADDR #1>
  13.                  F6 C4 04 75          ---> <ADDR #2>
  14.                  B8 01 00 EB 03 B8 00 ---> <ADDR #3>
  15.  
  16.     Use DEBUG (the E command) to replace code thus:
  17.  
  18.                  At <ADDR #1>+4 (at $CD) put 90 90 EB
  19.                     <ADDR#2>+ 3 (at $75)     EB
  20.                     <ADDR #3>+6 (at $00)     01
  21.  
  22.     The patch should enable  Sidekick  to  run  from  the  hard  disk, 
  23. enabling  it  easily to be invoked during from AUTOEXEC.BAT file.  The 
  24. code shown was present in Sidekick Version 1.10A.  The patch  has  not 
  25. caused any discernable problems after several months of daily repeated 
  26. use of Sidekick on a PC,  an XT,  and an AT, with Sidekick loaded from 
  27. floppy diskettes as well as hard disks. 
  28.  
  29.     As always, I urge you to use a backup copy to make the patch.  You 
  30. should then be able to archive your distribution diskette.
  31.  
  32.     Also,  of course,  I take no liability for any problems  this  may 
  33. cause  with  your data or any legal difficulties you may get into with 
  34. it. 
  35.  
  36.     All of that said, I hope you find this to be a useful patch!
  37.  
  38.                                 Karl Brendel
  39.  
  40.